home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TeX 1995 July
/
TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO
/
macros
/
latex209
/
contrib
/
rcs
/
src
/
.rcsrc
next >
Wrap
Text File
|
1993-10-31
|
791b
|
29 lines
# $Id$
#----------------------------------------------------------------------
#
# RCS configuration for rcs-sty
#
.rcsrc: bind id "Id"
*.doc: unbind all
*.doc: bind id "StyleId"
*.doc: bind revision "StyleRevision"
*.doc: bind date "StyleDate"
*.doc: bind log "StyleLog"
*.doc: log_entry "\\Revision %r %d %t %a\n%l\n"
# KLUDGE for an error in confrcs:
*.doc: comment_leader_pattern "%s$Log" # must not be "%s$StyleLog"!
*.doc: comment_leader_length 10
rcs*.tex: unbind all
rcs*.tex: bind id "DocId"
rcs*.tex: bind revision "DocRevision"
rcs*.tex: bind date "DocDate"
rcs*.tex: bind log "DocLog"
rcs*.tex: log_entry "\\Revision %r %d %t %a\n%l\n"
# KLUDGE for an error in confrcs:
rcs*.tex: comment_leader_pattern "%s$Log" # must not be "%s$DocLog"!
rcs*.tex: comment_leader_length 10